home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Found / FWDebug / DOSMake.bmk next >
Encoding:
Text File  |  1994-04-21  |  2.0 KB  |  73 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                DOSMake.bmk
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Creation Date:        3/28/94
  7. #
  8. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  9. #
  10. #========================================================================================
  11. __ComponentName = FWDebug
  12.  
  13. __IncludeDirs = \
  14. -I$(BFC)\Found\FWCommon\Include \
  15. -I$(BFC)\Found\FWTaskG\Include \
  16. -I$(BFC)\Found\FWDebug\Include
  17.  
  18. __ComponentLibs= \
  19. !ifdef __BORLANDC__
  20.     $(BEDBORLANDDIR)\Lib\crtldll.lib \
  21.     $(BEDBORLANDDIR)\Lib\import.lib \
  22. !else ifdef _BEDWIN32S
  23.     Kernel32 \
  24. !else
  25.     ToolHelp \
  26. !endif
  27. !ifndef _BEDWIN32S
  28.     $(_BEDTARGETOBJECTSDIR)\FWGlue \
  29. !endif
  30.     $(_BEDLIBDIR)\FWCommon \
  31.     $(_BEDLIBDIR)\FWTaskG
  32.  
  33. __ComponentObjects = \
  34. !ifdef __BORLANDC__
  35.     $(BEDBORLANDDIR)\Lib\C0DL.obj \
  36. !endif
  37. !ifndef _BEDWIN32S
  38.     $(_BEDTARGETOBJECTSDIR)\FWSymFil.obj \
  39.     $(_BEDTARGETOBJECTSDIR)\FWWTrace.obj \
  40. !endif    
  41.     $(_BEDTARGETOBJECTSDIR)\FWLibMai.obj \
  42.     $(_BEDTARGETOBJECTSDIR)\FWDbgStr.obj \
  43.     $(_BEDTARGETOBJECTSDIR)\FWTrace.obj \
  44.     $(_BEDTARGETOBJECTSDIR)\FWTraceT.obj \
  45.     $(_BEDTARGETOBJECTSDIR)\FWPriDeb.obj \
  46.     $(_BEDTARGETOBJECTSDIR)\FWWep.obj
  47.  
  48. __ComponentResources = 
  49.  
  50. __OtherAsmOptions=\
  51. -I$(BFC)\Found\FWCommon\Include
  52.  
  53. !ifndef _BEDWIN32S
  54. # [LDM] Comment this out for now.  Just copy the gluelib from the sources directory
  55. # since we don't have an assembler.  Use the pre-built library from the BFC Beta CD
  56. #FWDebug :: $(_BEDTARGETOBJECTSDIR)\FWGlue.lib
  57. #
  58. #$(_BEDTARGETOBJECTSDIR)\FWGlue.lib : $(_BEDTARGETOBJECTSDIR)\FWGlue.obj
  59. #    @$(_BEDECHO) $(_BEDECHOOPTIONS) Libbbing: FWGlue.lib
  60. #    @$(_BEDLIB) >> buildlog.txt @<<libopts.txt
  61. #$(_BEDTARGETOBJECTSDIR)\FWGlue.lib &
  62. #+- $(_BEDTARGETOBJECTSDIR)\FWGlue.obj
  63. #<<
  64. !endif
  65.  
  66. #####################################################################################
  67. # Dependencies
  68. #####################################################################################
  69. !ifndef _BEDWIN32S
  70. FWDebug ::
  71.     copy $(_BEDTARGETDIR)\Sources\FWGlue.Lib $(_BEDTARGETOBJECTSDIR)
  72. !endif
  73.